home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / dragonball-kart.swf / scripts / DefineButton2_416 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-10-17  |  140 b   |  7 lines

  1. on(release){
  2.    _root.finij._visible = false;
  3.    _root.thankmc._visible = true;
  4.    _root.thankmc.gotoAndPlay(3);
  5.    gotoAndStop(1);
  6. }
  7.